home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / pc / software / windows / building / applet widget kit / wk1wb.exe / SETUPMN.DLL / 0 / RCDATA / TEPSTRINGEDITORFM / TEPSTRINGEDITORFM.txt
Encoding:
Text File  |  1999-02-13  |  1.0 KB  |  56 lines

  1. object EPStringEditorFm: TEPStringEditorFm
  2.   Left = 330
  3.   Top = 255
  4.   ActiveControl = StringMe
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'String editor'
  8.   ClientHeight = 121
  9.   ClientWidth = 352
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 164
  21.     Height = 13
  22.     Caption = 'Press Ctrl+Enter to start a new line.'
  23.   end
  24.   object StringMe: TMemo
  25.     Left = 8
  26.     Top = 28
  27.     Width = 337
  28.     Height = 53
  29.     ScrollBars = ssVertical
  30.     TabOrder = 0
  31.     WantReturns = False
  32.     WantTabs = True
  33.     OnEnter = StringMeEnter
  34.   end
  35.   object CancelBt: TButton
  36.     Left = 268
  37.     Top = 92
  38.     Width = 75
  39.     Height = 23
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 2
  44.   end
  45.   object OKBt: TButton
  46.     Left = 188
  47.     Top = 92
  48.     Width = 75
  49.     Height = 23
  50.     Caption = 'OK'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 1
  54.   end
  55. end
  56.